home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Yellows - Privacy (Deluxe)
/
Akira Gomi Photographs - Yellows: Privacy (Deluxe) - Disc 2.iso
/
quit.dxr
/
00001.ls
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-07-06
|
206 b
|
11 lines
on exitFrame
global ending, quitlist
if ending = 1 then
set a to getAt(quitlist, random(count(quitlist)))
deleteAt(quitlist, getPos(quitlist, a))
go("A" & a)
else
go("4")
end if
end